Skip to main content
GET
/
api
/
v1
/
offramp
/
exchange
/
quote
Get Crypto-to-Fiat Quote
curl --request GET \
  --url https://api.dev.monei.cc/api/v1/offramp/exchange/quote \
  --header 'X-API-KEY: <api-key>'
{
  "token": "USDT",
  "amount": 123,
  "network": "base",
  "fiat": "NGN",
  "rate": 123
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

token
enum<string>
required

The cryptocurrency token to swap

Available options:
USDT,
USDC,
CNGN
Example:

"USDT"

network
enum<string>
required

The blockchain network the token is on

Available options:
base,
polygon,
arbitrum-one,
bnb-smart-chain,
ethereum,
starknet,
optimism,
lisk,
scroll
Example:

"base"

amount
number
required

Amount of crypto to exchange

Example:

100

fiat
enum<string>
default:NGN

Target fiat currency for payout

Available options:
NGN,
GHS,
KES,
USD

Response

200 - application/json
token
enum<string>
required
Available options:
USDT,
USDC,
CNGN
amount
number
required
network
enum<string>
required
Available options:
base,
polygon,
arbitrum-one,
bnb-smart-chain,
ethereum,
starknet,
optimism,
lisk,
scroll
fiat
enum<string>
default:NGN
required
Available options:
NGN,
GHS,
KES,
USD
rate
number
required